standard grid properties

property

messages - funcs / subs / comments

grid

Create - SUB Create required in all grid functions
CreateWindow - SUB CreateWindow required in all grid functions
GridFunction (@grid, #Create, x, y, width, height, window, parent)
GridFunction (@grid, #CreateWindow, xDisp, yDisp, width, height, winType, 0)

gridName

GetGridName - XuiGetGridName()
SetGridName - XuiSetGridName()

gridType

Initialize - SUB Initialize required in all grid functions creates gridType
- XuiRegisterGridType() in all grid functions creates gridType
GetGridType - XuiGetGridType()
SetGridType - XuiSetGridType()

gridTypeName

GetGridTypeName - XuiGetGridTypeName()
SetGridTypeName - XuiSetGridTypeName()

gridFunction

Initialize - SUB Initialize required in all grid functions sets gridFunction
Create - SUB Create required in all grid functions
CreateWindow - SUB CreateWindow required in all grid functions
GetGridFunction - XuiGetGridFunction()
SetGridFunction - XuiSetGridFunction()

gridFunctionName

GetGridFunctionName - XuiGetGridFuncName()
SetGridFunctionName - XuiSetGridFuncName()

callbackGrid
callbackFunc

GetCallback - XuiGetCallback()
SetCallback - XuiSetCallback()

window

Create - SUB Create in grid functions
GetWindow - XuiGetWindow()

parent

Create - SUB Create in grid functions
GetParent - XuiGetParent()

cursor

GetCursor - XuiGetCursor() - mouse cursor
SetCursor - XuiSetCursor() - mouse cursor

buffer

GetBuffer - XuiGetBuffer()
SetBuffer - XuiSetBuffer()

image
imageIndentX
imageIndentY
imageName

GetImage - XuiGetImage()
SetImage - XuiSetImage()

imageStartX
imageStartY
imageWidth
imageHeight

GetImageCoords - XuiGetImageCoords()
SetImageCoords - XuiSetImageCoords()

x
y
width
height

Create - SUB Create in grid functions
CreateWindow - SUB CreateWindow in grid functions
Initialize - SUB Initialize in grid functions
GetSize - XuiGetSize()
Resize - XuiResize()

maxWidth
maxHeight
minWidth
minHeight

Initialize - SUB Initialize in grid functions
GetMaxMinSize - XuiGetMaxMinSize()
SetMaxMinSize - XuiSetMaxMinSize()

backgroundColor
drawingColor
lowlightColor
highlightColor

GetColor - XuiGetColor()
SetColor - XuiSetColor()

dullColor
accentColor
lowtextColor
hightextColor

GetColorExtra - XuiGetColorExtra()
SetColorExtra - XuiSetColorExtra()

redrawFlags

GetRedrawFlags - XuiGetRedrawFlags()
SetRedrawFlags - XuiSetRedrawFlags()
RedrawGrid - XuiRedrawGrid() - redraws grid based on redrawFlags